home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / apparmor.d / abstractions / X < prev    next >
Text File  |  2008-10-08  |  945b  |  28 lines

  1. # vim:syntax=apparmor
  2. # $Id: X 948 2007-08-24 00:26:49Z seth_arnold $
  3. # ------------------------------------------------------------------
  4. #
  5. #    Copyright (C) 2002-2006 Novell/SUSE
  6. #
  7. #    This program is free software; you can redistribute it and/or
  8. #    modify it under the terms of version 2 of the GNU General Public
  9. #    License published by the Free Software Foundation.
  10. #
  11. # ------------------------------------------------------------------
  12.  
  13.  
  14.  
  15.   # .ICEauthority files required for X authentication, per user
  16.   @{HOME}/.ICEauthority r,
  17.  
  18.   # .Xauthority files required for X connections, per user
  19.   @{HOME}/.Xauthority        r,
  20.  
  21.   # the unix socket to use to connect to the display
  22.   /tmp/.X11-unix/*           w,
  23.   # The X tree changes and is large -- grant read access to the whole thing
  24.   /usr/X11R6/**                   r,
  25.   /usr/share/X11/                 r,
  26.   /usr/share/X11/**               r,
  27.   /usr/X11R6/**.so*               mr,
  28.